home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / windows / sw14c.zip / SIMPWN14.ZIP / loadfont.doc < prev    next >
Text File  |  1996-10-30  |  279b  |  11 lines

  1.    Lfsw14.exe uses the file name of the font file you are loading as
  2. a parameter. Use system and call lfsw14 font.fnt(or file name) to load
  3. fonts in the program.
  4.  
  5.    Example:
  6.  
  7.         system("lfsw14 medieval.fnt");
  8.  
  9.    This will load the medieval font and display it.
  10.  
  11.